home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / SpeedStripPoker.swf / scripts / DefineButton2_124 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  194b  |  12 lines

  1. on(release){
  2.    GIRLYPIX.loadMovie("sspoker_sam1.jpg");
  3.    GameInit();
  4.    gotoAndPlay(2);
  5.    dealnewhand();
  6.    tellTarget(sounds)
  7.    {
  8.       gotoAndStop("deal");
  9.       play();
  10.    }
  11. }
  12.